In This Topic
Gets the item points.
The number of points in the array depends on the item type. MoveTo and LineTo types have a single point, CCurveTo has 3 points, VCurveTo and YVCurveTo have 2 points and the CloseSubpath has no points (the array is null).
Syntax
Return Value
An array of point associated with the path item.
See Also